home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / C++ AppleLink Messages / CPlus.Dev$ 3⁄23⁄90 / 0086-Public Domain C++ Li-Mar90 < prev    next >
Encoding:
Text File  |  1990-03-23  |  1.3 KB  |  46 lines  |  [TEXT/GEOL]

  1. Item    9368383                         22-March-90        11:27PST
  2.  
  3. From:   D0532                           Aidea Systems, Don Park,PRT
  4.  
  5. To:     CPLUS.DEV$                      C++ Interest List--Developers
  6.         CPLUS.APPLE$                    C++ Interest List--Apple Employees
  7.  
  8. Sub:    Public Domain C++ Libs?
  9.  
  10. Q1: Does anyone know where I can following items?
  11.  
  12. *   National Institutes of Health Object Oriented Programming Support Library
  13. *   GNU C++ Library
  14.  
  15. Both are public domain C++ libraries.  I am building my own horde of C++
  16. classes and would like to what others did so I can do better.  If you know of
  17. other public domain C++ libraries, please let me know.
  18.  
  19. Q2: Does anyone have access to Usenet C++ news group?
  20.  
  21. I heard there are lots of C++ stuff over at Usenet and it would be nice if we
  22. can get it through AppleLink.
  23.  
  24. Q3: What is the reason for hiding "typedef struct" declarations?  Is it simply
  25. because it is no longer necessary due to new "struct" usage rules?
  26.  
  27. i.e.
  28. #ifndef __cplusplus
  29. typedef struct FontInfo FontInfo;
  30. #endif
  31.  
  32. If I remove the conditional bracket, the code compiles just fine.  So what
  33. gives?
  34.  
  35. Info1:
  36.  
  37. There is a BBS somewhere on the east coast with a small tomb of C++ stuff.
  38.  
  39. Tel: 1-303-641-5125
  40. Set: 8 data 1 stop 0 parity
  41.  
  42. Thanks dudes.
  43.  
  44. Don Park
  45.  
  46.